home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / python-geoip / README < prev   
Encoding:
Text File  |  2008-12-16  |  679 b   |  27 lines

  1. Requirements:
  2.     Python 2.0 or greater
  3.     GeoIP C Library 1.4.5 or greater
  4.  
  5. To Install:
  6.     python setup.py build
  7.     python setup.py install
  8.  
  9. Usage:
  10.     See test.py for example usage with GeoIP Country
  11.     See test_org.py for example usage with GeoIP ISP and Organization
  12.     See test_city.py for example usage with GeoIP City
  13.     See test_region.py for example usage with GeoIP Region
  14.  
  15. Troubleshooting:
  16.  
  17. If you get a "libGeoIP.so.1: cannot open shared object  No such file or
  18. directory" error, add /usr/local/lib to /etc/ld.so.conf then run
  19. /sbin/ldconfig /etc/ld.so.conf
  20.  
  21. License:
  22.  
  23. Copyright (c) 2008 MaxMind LLC
  24.  
  25. All rights reserved.  This package is free software; it is licensed
  26. under the LGPL.
  27.